Mykimus
New Member
Good day,
I'm new to Progress/OpenEdge and am trying to slog my way through restoring a set of database backup files to a new database instance. I have spent the better part of two days entrenched in the OpenEdge documentation, and I am simply not finding what I need.
Here's what I have:
Here's what I've done so far:
Now I'm trying to figure out what to do with these other files to get the data restored. I have been unable to locate any information referring to files with simple numeric extensions such as these. I see references to .db1, .db2 as well as .bk1 and .bk2...but no specific references to .1, .2, .3 files specifically. (And try searching a PDF or google for ".1"...impossible...)
The person who sent these files to me said that they were pulled from their normal nightly backup directory, but that person doesn't know the command that was used to create them. I am at a total loss and am hoping that someone out there might be able to point me in the right direction.
Thanks -
I'm new to Progress/OpenEdge and am trying to slog my way through restoring a set of database backup files to a new database instance. I have spent the better part of two days entrenched in the OpenEdge documentation, and I am simply not finding what I need.
Here's what I have:
- An instance of OpenEdge 11.0 running on a 32-bit Intel Linux machine with a temporary license serial number
- A set of backup files named oedbbk.st, oedbbk.1, oedbbk.2, oedbbk.3, oedbbk.4, oedbbk.5, oedbbk.6, oedbbk.7, and oedbbk.8
Here's what I've done so far:
- Used the .st file to create a database which matches the one that was backed up using the following command: prostrct create oedb oedbbk.st
- This went fine, the files were created, and many, many gigabytes of disk space were eaten up...as expected.
- Created a list of the files from 2 through 8 for use in the next two commands (as explained by TomBascom in a number of other posts - thanks for that!)
- Tried running prorest as follows, and it tells me that oedbbk.1 is not a Progress backup volume (1059): prorest oedb oedbbk.1 < oedbbk.list
- Tried running proutil as follows, and it complains that it can't find oedb.db. (Which does not exist in the directory where the new, empty database was created): proutil oedb -C load oedbbk.1 -dumplist oedbbk.list
Now I'm trying to figure out what to do with these other files to get the data restored. I have been unable to locate any information referring to files with simple numeric extensions such as these. I see references to .db1, .db2 as well as .bk1 and .bk2...but no specific references to .1, .2, .3 files specifically. (And try searching a PDF or google for ".1"...impossible...)
The person who sent these files to me said that they were pulled from their normal nightly backup directory, but that person doesn't know the command that was used to create them. I am at a total loss and am hoping that someone out there might be able to point me in the right direction.
Thanks -