Queries/Commands, so beeing part of your Backup, or just an OC Admin DB Backup,
which would only contain the DB Data. But then, you first would have to install the Shop
again, by so creating DB Tables, to then, try to restore the Data out of your Backup DB.
Ernie
For Sale: Turnkey Top URLs with Opencart installed!
Latest Opencart LIGHT + V-Pro Test Site: http://www.hitline.info
For more Information, please contact me at: jti@jacob.ch
Free OC Extensions from the largest Github OC Archive on Earth,
635 + free Repositories - from OC v.1.5.x up
on my Github Opencart Site: https://github.com/IP-CAM
Check in your DB Backup, if THOSE TWO lines exist atop of the DB-Tables:
Code: Select all
DROP TABLE IF EXISTS
CREATE TABLE
Code: Select all
DROP TABLE IF EXISTS `oc_address`;
CREATE TABLE `oc_address` (
`address_id` int(11) NOT NULL AUTO_INCREMENT,
`customer_id` int(11) NOT NULL,
`firstname` varchar(32) NOT NULL,
...
...
Ernie
For Sale: Turnkey Top URLs with Opencart installed!
Latest Opencart LIGHT + V-Pro Test Site: http://www.hitline.info
For more Information, please contact me at: jti@jacob.ch
Free OC Extensions from the largest Github OC Archive on Earth,
635 + free Repositories - from OC v.1.5.x up
on my Github Opencart Site: https://github.com/IP-CAM
ELEV8TE Website Development
https://www.elev8your.com
And it's out of my reach, you'll probably need someone, to have a look.
But compare it's Content with the virgin Install/opencart.sql File,
and if you find LESS Table Sections in your downloaded Backup,
(not to speak about the Content!

full DB-RESTORE anyway.
Ernie
For Sale: Turnkey Top URLs with Opencart installed!
Latest Opencart LIGHT + V-Pro Test Site: http://www.hitline.info
For more Information, please contact me at: jti@jacob.ch
Free OC Extensions from the largest Github OC Archive on Earth,
635 + free Repositories - from OC v.1.5.x up
on my Github Opencart Site: https://github.com/IP-CAM
Users browsing this forum: No registered users and 8 guests