Skip to content

Instantly share code, notes, and snippets.

@dropletmedia
Created January 13, 2020 14:50
Show Gist options
  • Select an option

  • Save dropletmedia/0a6d6fb386a906c01deaf4672d78702c to your computer and use it in GitHub Desktop.

Select an option

Save dropletmedia/0a6d6fb386a906c01deaf4672d78702c to your computer and use it in GitHub Desktop.
Migrate octobercms site

Migrating an OctoberCMS site

  1. zip up all files/folders of the cms and download
  2. upload and unzip on the new server
  3. export database as .sql
  4. import database (see note)
  5. edit config/database.php and add new db credentials

Notes (if on local dev env)

to import the db using dbeaver on linux

  1. create new database
  2. right-click > tools > restore database > select .sql file

Front end

remember to npm install and git init, etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment