heroku - migrated db size is smaller than original -
i followed heroku tutorial upgrade db dev basic, using backups plugin. seems work fine, there bothers me - size of new db smaller size of original db!
when use pg info info, following information
# new db (10.7 mb) plan: basic status: available connections: 1 pg version: 9.2.4 created: 2013-10-07 17:33 utc data size: 10.7 mb tables: 28 fork/follow: unsupported # old db (14.9 mb) plan: dev status: available connections: 1 pg version: 9.2.4 created: 2013-04-25 13:46 utc data size: 14.9 mb tables: 28 rows: 9717/10000 (in compliance, close row limit) fork/follow: unsupported
also, how can rows count of new db? (i want validate has same number of rows)
thanks!
i have similar issue upon upgrading ronin standard tengu (9.2 -> 9.3)
i believe following answers it:
Comments
Post a Comment