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:
- DB Type
- DB Disk Size
The following seems to be reverted to the default:
- 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!