You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
The following seems to be reverted to the default:
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!
The text was updated successfully, but these errors were encountered: