mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 09:45:23 +02:00
included DraftDomain, Websites and Host
This commit is contained in:
parent
8b1d692457
commit
ab5b0be466
2 changed files with 38 additions and 14 deletions
|
@ -20,6 +20,9 @@ need to be exported:
|
|||
* DomainRequest
|
||||
* DomainInformation
|
||||
* DomainUserRole
|
||||
* DraftDomain
|
||||
* Websites
|
||||
* Host
|
||||
|
||||
### Import
|
||||
|
||||
|
@ -37,9 +40,6 @@ Delete all rows from tables in the following order through django admin:
|
|||
* Domain
|
||||
* User (all but the current user)
|
||||
* Contact
|
||||
|
||||
It may not be necessary, but advisable to also remove rows from these tables:
|
||||
|
||||
* Websites
|
||||
* DraftDomain
|
||||
* Host
|
||||
|
@ -49,8 +49,11 @@ It may not be necessary, but advisable to also remove rows from these tables:
|
|||
Once target environment is prepared, files can be imported in the following
|
||||
order:
|
||||
|
||||
* User
|
||||
* User (After importing User table, you need to delete all rows from Contact table before importing Contacts)
|
||||
* Contact
|
||||
* Host
|
||||
* DraftDomain
|
||||
* Websites
|
||||
* Domain
|
||||
* DomainRequest
|
||||
* DomainInformation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue