* [Using SSL with Friendica](help/SSL)
* [Config values that can only be set in config/local.config.php](help/Config)
* [Improve Performance](help/Improve-Performance)
+* [Migrate to new server](help/Migrate)
* [Administration Tools](help/tools)
**Developer Manual**
## Dumping DB
Dump you database: ``mysqldump -p friendica_db > friendica_db-$(date +%Y%m%d).sql``
-
and possibly compress it.
## Transferring to new installation
Transfer your database and copy of your configuration file ``config/local.config.php-copy`` to your new server.
-## Import your DB
+## Restore your DB
-Import your database: ``mysql -p friendica_db < your-friendica_db-file.sql``
+Import your database on your new server: ``mysql -p friendica_db < your-friendica_db-file.sql``
## Completing installation process