-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to restore the zammad backup? #68
Comments
Because there is none... Just copy files and import DB manually in the containers. |
I have spent a few hours trying to restore from a none docker-compose backup without any luck. Any chance you could walk me through it? |
@macnibblet Files should go into
Copy your files there. For SQL dump: Make sure to stop all containers except the postgresql container by running Next launch a shell inside the postgresql container: Disclaimer: I'm by no means an Postgres guru so YMMV. :) |
@lbausch This worked almost flawlessly! The only problems is that the files keep getting written over each time I start it and we had replaced the OAuth.rb with a custom solution for hub from JetBrains. But I moved the account login to google OAuth instead. Thanks! This should definitely be added to a guide somewhere or turned into a bash script |
I did it this way:
|
Currently we're not planning to script this in any way. |
I get the the following error when I try to execute this command:
Any idea why this is? |
Please don't recycle long solved issues for such things. |
@MrGeneration Sorry but this is not a long solved issue. The command doesn't work, presumably because something changed in how the database container runs since the original solution was posted. Why shut down the conversation here in favor of opening new threads? That just makes it more difficult to find an updated solution. Even if you don't support Docker, there's no need to artificially make it more difficult for the community to collaborate with each other. I'd rather have one thread with all the information instead of multiple dead ends on the community forum as it is today. |
@linucksrox I ended up using https://github.com/loomchild/volume-backup to backup and restore my zammad docker volumes. |
Thanks @apiening! I'm currently checking out https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/zammad#backup-and-restore but if that doesn't work for me then I'll try your solution. |
@waja
|
I cannot find any documentation on how to restore a backup made
The text was updated successfully, but these errors were encountered: