All questions about EDocman extension

move from one domain to another

More
1 year 2 weeks ago #156984 by Pete
move from one domain to another was created by Pete
Hello,
I have edocman on joomla 3 and want to move/migrate to joomla4 on a other domain name. What are the steps to take to copy the settings and files to the other domain?

Thanks
Pete

Please Log in or Create an account to join the conversation.

More
1 year 2 weeks ago #157010 by Mr. Dam
Replied by Mr. Dam on topic move from one domain to another
OK Pete, you can follow below steps to migrate data of Edocman from old site to new site
1. Using PHPMyAdmin to export all Edocman tables of old version to .sql file. The Edocman DB table will have the prefix (#__edocman...). For example: jos_edocman_documents.
2. Open .sql file by Notepad and replace the prefix of old database by prefix of new database.
3. Import modified .sql file into new Joomla database site. Because in .sql file, you add option "Drop tables if exists", so even in new site, you already installed Edocman. You won't have any issue in this step.
4. Re-install new Edocman version in new site.
5. Copy all files and sub-folders of Edocman document root to site.
Good luck
Dam

Please Log in or Create an account to join the conversation.

Moderators: Mr. Dam