aptible / aptible-cli

Command line interface to Aptible
MIT License
28 stars 35 forks source link

Container Size of Replicas Do Not Match Original DB #258

Open thomashzhang opened 4 years ago

thomashzhang commented 4 years ago

I'm unsure what's the expected behavior, but when running just: aptible db:replicate "$DB_HANDLE" "$REPLICA_HANDLE" without any parameters,

The following specs stays consistent with the original DB:

  1. DB Type
  2. DB Disk Size

The following seems to be reverted to the default:

  1. DB Container Size (1GB)

I would expect the replica specs to fully match the original DB when no parameters are passed in. The workaround now is to specifically pass that information (--container-size) into the replicate command. But I'm also open to what others are expecting.

Thanks!