All dashboards and Search Queries lost after to 3.2.1

After upgrade to 3.2 I’ve lost all dashboards and Search Queries

upgrade command:
wget https://packages.graylog2.org/repo/packages/graylog-3.2-repository_latest.deb
dpkg -i graylog-3.2-repository_latest.deb
apt-get update
apt-get install graylog-server

error from /var/log/graylog-server/server.log:

ERROR [ConfigurationManagementPeriodical] Error while running migration <V20191125144500_MigrateDashboardsToViews{2019-11-25T14:45:00Z}>

I check the mongodb database and I can see my dashboards in the Dashboards table, is there a way to get them back on graylog?

Did you use 3.2.1 version?, as it contains some fixes with migration of saved search:

https://docs.graylog.org/en/3.2/pages/changelog.html#graylog-3-2-1

the migration might went wrong - so you hit a bug.

But with the provided information no way to debug what had happend.

In addition you double post:

Roll back to your Backup you have done before the upgrade and stay on 3.1 until your issue is fixed. For that provide enough information that it can be identified.

Could this be the same as the issue reported here? All dashboards lost after upgrade from 3.1.x to 3.2.1

There’s a migration bug which occurs when fields contain dashes or @-signs. A longer stacktrace would be helpful to verify.

The above-mentioned issue should be fixed in 3.2.2. See this PR for reference: https://github.com/Graylog2/graylog2-server/pull/7448

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.