Moving Noodle from one environment to another can be done in a few ways:
- Copy the files (linux only).
- Install Noodle on the new box and reconfigure or copy the conf files over.
Migrating your RDBMS data from one environment to another can be done in a few ways:
- Copy
- Import Export (same RDBMS vendor)
- MSSQL Back Up and Restore
- MSSQL Detach and Attach
- PGSQL Dump and Restore (use --format=custom)
- Noodle Import Export (cross vendor)