Has anyone migrated a running install of Allocpsa 1.5 from one server to
another server. I am running Debian 5 on the old server and Debian 5 on the
new server and need to move the whole Allocpsa installation to the new server.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That's very simple to do. The only file that you need to change is
alloc_config.php in the main folder unless you put it in the exact same path
and have the same credentials for the database.
Besides the folder you'll have to migrate the database. (e.g. using
phpmyadmin).
Reply to this post if you encounter any difficulties or if you need further
instructions.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You'll also need to move the directory storage that alloc uses. Look inside
the alloc_config.php file, there should be a line like this:
define("ATTACHMENTS_DIR","/path/to/storage");
You should copy or move the contents of /path/to/storage to the new box, i.e.
make sure your alloc installation on the new box has that directory structure
as well.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Has anyone migrated a running install of Allocpsa 1.5 from one server to
another server. I am running Debian 5 on the old server and Debian 5 on the
new server and need to move the whole Allocpsa installation to the new server.
That's very simple to do. The only file that you need to change is
alloc_config.php in the main folder unless you put it in the exact same path
and have the same credentials for the database.
Besides the folder you'll have to migrate the database. (e.g. using
phpmyadmin).
Reply to this post if you encounter any difficulties or if you need further
instructions.
You'll also need to move the directory storage that alloc uses. Look inside
the alloc_config.php file, there should be a line like this:
define("ATTACHMENTS_DIR","/path/to/storage");
You should copy or move the contents of /path/to/storage to the new box, i.e.
make sure your alloc installation on the new box has that directory structure
as well.