Replies: 1 comment
-
|
Backing up/restoring the database and copying the Make sure the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have an instance of Kanboard running on an Ubuntu VM. All is well. However, it is a mission-critical install and I want to ensure everything is backed up appropriately.
My db is mysql. I have done a database backup using
mysqldumpand I have successfully restored the kanboard tiles on another machine using that. So far, so good!However, even though I copied the entire
datafolder into my new machine, the attachments don't show up. So, question #1 is How to get file attachments to work properly on a new instance from a backup.Question #2 is how to backup and restore the custom login screen I have set up using the Customizer plugin. The actual plugin seems to show the login screen but the custom assets (i.e., logo image files) are not working.
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions