How to migrate to another domain

These are the steps to migrate/deploy to another domain:

  1. Export to sql your DB
  2. Replace your old domain to the new domain in the SQL, like: "https://localhost:3000/" into "https://mydomain.com/"
  3. Replace your DB with changed SQL
  4. Update domain name in the the DB, table called "cama_term_taxonomy" column "slug"
  5. Restart server

Note: These steps are necessary because Camaleon CMS is saving image full url's which needs to be updated to the new domain.

Created at: 16 Nov 11:20 | Updated at: 20 Dec 13:15