0 How to restore Cloudlog from an SQL dump?
Andreas Kristiansen edytuje tę stronę 2022-11-17 10:03:52 +01:00

If you have a full dump of your database, you can restore it this way:

  1. Install Cloudlog and set it up.
  2. Drop all tables in the database.
  3. Import your dump so that all tables are restored.
  4. The migration system should now update your database with all necessary changes in case some changes has happened after your database dump.