Hello, consider the situation, where I have a running stone (say 3.3.6) and I import a backup of a 3.3.x (wher x < 6). What kind of database do I have after that ? 3.3.6 or 3.3.x ? Any problems with situations like this ? Marten _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Marten, While not explicitly disallowed, it is not recommended that you do this ... Between any two versions of GemStone it is possible that primitive changes or private method changes (methods beginning with `_`) have been made and restoring from an incompatible version will not protect you from running into unexpected issues ... you should always do a upgrade when moving between GemStone versions to ensure that you are running compatible code ... Dale On 10/3/17 1:33 AM, Marten Feldtmann
via Glass wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
How do I find out the Gemstone version of a backup ? Marten Dale Henrichs via Glass <[hidden email]> hat am 5. Oktober 2017 um 01:45 geschrieben:
_______________________________________________ _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
copydbf -i filename should give you information about the backup file. I'm told it should identify the version.
On Oct 5, 2017, at 16:17, Marten Feldtmann via Glass <[hidden email]> wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Here's a `copydbf -i` report (using `bu info` command):
File type: backup fileId: 0 file compressed with gzip On 10/05/2017 02:14 PM, Richard Sargent
wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |