Quantcast
Channel: Mattermost Discussion Forums - Latest posts
Viewing all articles
Browse latest Browse all 25778

Is Mattermost Backup included in GitLab Backup?

$
0
0

I ran into the same issues, what you need to do is drop the existing database, createa new one, then run the database restore:

dropdb -h /var/opt/gitlab/postgresql/ mattermost_production
createdb -h /var/opt/gitlab/postgresql/ mattermost_production
gunzip -c ~/mattermost_dbdump*.gz | psql -h /var/opt/gitlab/postgresql mattermost_production


Viewing all articles
Browse latest Browse all 25778

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>