monzadave1 wrote: Mon Nov 04, 2024 2:30 pm
I have managed to get access to my DB. Stupid question, but where do I upload the files I have?
If you have access to the DB, you can import the backups (using phpMyAdmin or similar)
You apparently have 2 .sql files.
Those are probably backups of that database.
HOWEVER!!
swdubsc1_forum-posts.sql is probably only the posts_table, whereas
swdubsc1_forum.sql is either a full backup or a backup without the posts_table.
That something you can figure out by opening the files to see the contents (use notepad, Notepad++ or something similar, NOT Word, Wordperfect or similar. Important: after opening the file , close it without saving!!!.
Should the forum.sql contain a posts_table, you should look for the most recent post to see whether it's more recent than the separate posts_table.
If the separate posts_table is more recent, do not import that blindly as the more recent posts could have been made by users not in the full backup, and in topics which are not in the full backup.
Usually at the top of the SQLs you see the date on which they were made.