Migrated from GitLab wiki
@@ -0,0 +1,7 @@
|
||||
To delete estack instance we just need to remove them to our database `metapms`.
|
||||
|
||||
1. Login ssh root@cb.estack.com
|
||||
2. `msyql`
|
||||
3. `use metapms`
|
||||
4. `select * from CustomerAccount;` to check the ID of the instance
|
||||
5. `delete from CustomerAccount where id=100;` - Ex. 100 is the instance ID.
|
||||
Reference in New Issue
Block a user