Skip to content
By Alec Reynolds, Péter Tabajdi
Picture of Péter Tabajdi
Péter Tabajdi

Manually Importing Databases and Files

In the event that lando pull is not working as expected you have a few other things you can try out to grab your database and files.

Database

bash
# Use the ACLI directly
lando acli pull:db

# Download and import a database backup
lando db-import database.sql.gz

You can learn more about the db-import command over here.

Files

bash
# Use the ACLI directly
lando acli pull:files
lando database main < dump.sql