Migrate a user from one server to another

Hi,

We have a xibo server that is becoming too big (some actions can take 10s to perform, like edit a widget).

We would like to migrate one user from this server to another one, is there an easy way besides doing it manually (export each data through mysql and import it in a new database) ?

Server : Non-docker, 1.8.10, debian, mysql

You have 2 options :

  • backing up the existing installation and restoring it onto the new server, then deleting the parts you don’t need.
  • installing the CMS on the new server and importing the layouts the user you were talking about needs, then deleting them from your first server.