Announcement

Collapse
No announcement yet.

Advanced Pack for new Instance

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Advanced Pack for new Instance

    I've been stuck for a couple of days on some strange issues in my cpanel-hosted Espo instance. I am starting to think the only way to fix them is to install a new instance of Espo (most recent) and migrate all my data (entities & fields) to that new instance. Is this possible? More importantly, I have Advanced Pack installed on my existing instance, can I move it to the new instance? (Advanced pack is not installed locally on my machine it is only on one instance, the hosted one)

  • #2
    Hi JosNas,

    You can move your current license from one server to another without any fee.
    The most important thing is to uninstall the Advanced Pack from the old EspoCRM instance.

    To install a new EspoCRM instance and migrate all data, do the next steps:

    1. Make a backup of your current EspoCRM instance:
    https://docs.espocrm.com/administrat...-with-a-script

    2. Install fresh EspoCRM instance.
    https://docs.espocrm.com/administrat...-by-the-script

    3. Replace/Add "custom", "client/custom", "client/modules", "data/upload" folders to the new instance.
    - Make sure that the file's owner is correct:
    https://docs.espocrm.com/administrat...ion/#ownership
    - Rebuild your EspoCRM instance:
    https://docs.espocrm.com/administrat...mands/#rebuild

    4. Set up a crontab:
    https://docs.espocrm.com/administrat...ing-up-crontab

    How to import the database:
    https://docs.espocrm.com/administrat...-database-dump

    - Parameters to change in the data/config-internal.php file (after changing run `php rebuild.php`):
    'dbname' => 'yourDBname',
    'user' => 'yourDBuser',
    'password' => 'yourDBpassword'
    Last edited by Vadym; 11-19-2021, 09:32 AM.

    Comment

    Working...
    X