After completing these steps, I can see a /documents/Dolibarr_Backup/ directory with my previously backed up db and documents, but my Dolibarr instance appears empty, as if the backup was not applied.
I believe I might be missing a step or doing something incorrectly. Could someone please guide me on what I might be missing or suggest any additional steps to successfully restore my Dolibarr instance?
I bashed into my db container
Connected to the db and checked what db was in
I did SHOW DATABASES; and I have 2 entries:
±-------------------+
| Database |
±-------------------+
| dolibarr |
| information_schema |
±-------------------+
So after copying my backup into the db container at /tmp/, I tried maraidb -u dolibarr -p dolibarr < /tmp/mybackup.sql
I have no message at all, so I suppose it worked.
So I restarded both containers, but I still don’t have my data back.
This is so frustrating. I need to learn too many things to restore this backup, and I really need it
I had to install phpMyAdmin, delete all tables and import my backup.
Jeez, I spent my whole Sunday on this.
There has to be an easier way of restoring for noobs and non-technical people.
I’m glad I know a little about computers to make my way through this hell
Yes, my GUI method was installing phpMyAdmin. The built-in solution was not displaying, or not in any obvious way, errors that were blocking the process.
I am very surprised that a tool as powerful as Dolibarr, managing data vital to many companies and entrepreneurs, does not have a system of backup and restoration worthy of its reputation.