-
Notifications
You must be signed in to change notification settings - Fork 5
/
.lando.upstream.yml
31 lines (31 loc) · 1.03 KB
/
.lando.upstream.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
tooling:
# After running 'install' you can use this command prepare your lando site for migration.
migrate-setup-from-pantheon:
service: appserver
cmd:
- /bin/bash /app/scripts/lando/migrate-setup-from-pantheon.sh
options:
- site:
description: The Pantheon source site name and environment.
default: none
alias:
- s
interactive:
type: input
message: Add the source site name and environment you wish to pull files from <sitename.env>
default: none
weight: 600
"migrate-db-import <file>":
service: :host
description: YOU MUST RUN LANDO PULL FIRST Imports a migration site dump file into a database service
cmd: /bin/bash /app/scripts/lando/migrate-db-import.sh
user: root
options:
host:
description: The database service to use
default: database
alias:
- h
no-wipe:
description: Do not destroy the existing database before an import
boolean: true