For Normal Installation:- 


Login to the server where Fedena is installed. 

To import dump database into Fedena application, command is


mysql -u'mysql_username' -p 'database_name' < 'dump_database_path'

Where mysql_username is the username given while creating the database and database_name is the name of the database


Refer the Fig 1


28.png

Fig 1



For installation within Docker:-


Login to the server where Fedena is installed. After that login to the Application docker container . 

Following is the command to import dump database into Fedena application-


mysql -u'mysql_username' -p 'database_name'  -h'host_ip'< 'dump_database_path'


Where mysql_username is the username given while creating the database and database_name is the name of the database and host_ip is the host machine ip.