Yetiforcecrm: Yetiforce file migration

Created on 30 Jun 2020  ·  4Comments  ·  Source: YetiForceCompany/YetiForceCRM

Witam

Mam 1 pytani

  1. Jakie pliki bazy danych muszę przenieść z starej bazy na nową? Jak one się nazywają?
    Mógłby ktoś pomóc?
❔ question

Most helpful comment

@slomus myphpadmin doesn't comtains any files. This is just web based application to work with database

You need to dump your database

mysqldump -uusername -ppassword dbname > path/to/file/dump.sql

and import to new server database

mysql -uusername -ppassword dbname < /path/to/file/dump_.sql

All 4 comments

Hi

I have question

Which file I need to move from myphpadmin in Yetiforce to my new server to work. How are they called

@slomus myphpadmin doesn't comtains any files. This is just web based application to work with database

You need to dump your database

mysqldump -uusername -ppassword dbname > path/to/file/dump.sql

and import to new server database

mysql -uusername -ppassword dbname < /path/to/file/dump_.sql

yes i have one question

Can I take this file from phpmyadmin on yetiforce because i need to export database no file on linux(centos)?

@slomus what you mean?

Was this page helpful?
0 / 5 - 0 ratings