The computer that I had been using to host a private 3.9.22 Joomla! instance on a Bitnami stack died unexpectedly today, but I was able to save every file within the parent folder/directories that held all the site content, even the stuff from the Bitnami stack. The only problem is I neglected to create a back-up in any form of the site before my PC crapped out, and I only have the raw files.
Is there any way I can reconstruct my old site on another Joomla! instance so I can keep my site content? I've done a little research on my own and all tutorials rely on the old database still being accessible through phpMyAdmin, which I do not have.
Any help or pointers on how to solve this issue would be very much appreciated, I'll provide additional information to the best of my ability if needed. Thank you!
Is it possible to restore a Joomla from non-archive files?
Moderators: General Support Moderators, General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
-
- Joomla! Fledgling
- Posts: 4
- Joined: Tue Nov 17, 2020 7:22 am
- pe7er
- Joomla! Master
- Posts: 22973
- Joined: Thu Aug 18, 2005 8:55 pm
- Location: Nijmegen, Netherlands
- Contact:
Re: Is it possible to restore a Joomla from non-archive files?
Welcome to Joomla forum!
What do you mean with "raw files"?
Joomla = files (PHP, HTML, CSS, JavaScript, and some fonts/images) + (MySQL) database where the content is stored.
That database is stored in files. On my Linux machine MySQL stores its data in /var/lib/mysql/[name of database]
If you mean with "raw files" all the FRM, MYD and MYI files in that [name of database] folder, then you might have a chance to restore it.
See:
https://stackoverflow.com/questions/484 ... ical-files
https://dba.stackexchange.com/a/98675/218799
What do you mean with "raw files"?
Joomla = files (PHP, HTML, CSS, JavaScript, and some fonts/images) + (MySQL) database where the content is stored.
That database is stored in files. On my Linux machine MySQL stores its data in /var/lib/mysql/[name of database]
If you mean with "raw files" all the FRM, MYD and MYI files in that [name of database] folder, then you might have a chance to restore it.
See:
https://stackoverflow.com/questions/484 ... ical-files
https://dba.stackexchange.com/a/98675/218799
Kind Regards,
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com
Peter Martin, Global Moderator
https://db8.nl - Joomla specialist, Nijmegen, Nederland
The best website: https://the-best-website.com
-
- Joomla! Fledgling
- Posts: 4
- Joined: Tue Nov 17, 2020 7:22 am
Re: Is it possible to restore a Joomla from non-archive files?
Hi! Thank you for your response. Yes, I have Joomla files by your definition. I am having trouble locating MySQL database files with those extensions, though.pe7er wrote: ↑Tue Nov 17, 2020 8:54 amWelcome to Joomla forum!
What do you mean with "raw files"?
Joomla = files (PHP, HTML, CSS, JavaScript, and some fonts/images) + (MySQL) database where the content is stored.
That database is stored in files. On my Linux machine MySQL stores its data in /var/lib/mysql/[name of database]
If you mean with "raw files" all the FRM, MYD and MYI files in that [name of database] folder, then you might have a chance to restore it.
See:
https://stackoverflow.com/questions/484 ... ical-files
https://dba.stackexchange.com/a/98675/218799
My stack keeps server things like MySQL in a parent folder C:Bitnami/mysql/data/[dbname], so if that's right I should have them. I looked in this folder, and it contained only IBD files. I am using InnoDB and I have ib_logfile0 and ib_logfile1, but I did not find any FRM, MYD or MYI files after searching the entire parent directory. I do not know or am sure if my MySQL files were stored out of this directory, but if they were, they're gone.
Edit to mention: I am currently on a Windows 10 machine, but if needed I have access to a Linux machine to use terminal commands.
- AMurray
- Joomla! Champion
- Posts: 6511
- Joined: Sat Feb 13, 2010 7:35 am
- Location: Australia
Re: Is it possible to restore a Joomla from non-archive files?
Could they simply be hidden files, as set by the Windows O/S? They are not files you'd normally mess with, so might well be hidden.
Regards,
--------------------------------------------------------------
A Murray
Help you I can, yes!. Post your question, you should. Keep it on topic you must!
Use the Forc....Forum Post Assistant my young Padawan!
--------------------------------------------------------------
A Murray
Help you I can, yes!. Post your question, you should. Keep it on topic you must!
Use the Forc....Forum Post Assistant my young Padawan!
-
- Joomla! Fledgling
- Posts: 4
- Joined: Tue Nov 17, 2020 7:22 am
Re: Is it possible to restore a Joomla from non-archive files?
I changed the setting to check for hidden files and didn't find anything new. I checked it against a fresh Bitnami Joomla stack install and searched the whole directory. There aren't any hidden FRM, MYD, or MYI files. All IBD for the most part.

-
- Joomla! Fledgling
- Posts: 4
- Joined: Tue Nov 17, 2020 7:22 am
Re: Is it possible to restore a Joomla from non-archive files?
I'm looking to other forums for additional help. Thank you for the responses so far.