So I read it. I don't understand most of it. I've done some desktop support work but never server stuff so this is all a bit outside my grasp. I did the original install with the Autoinstaller on Godaddy so I've got zero experience here.
I'm not even close to a YAF expert. I can't get my 1.9.4 beta to work properly, but I know GoDaddy fairly well and can help you navigate there. It is one of the most user UNfriendly sites to navigate!! It is NOT intuitive, so I'm feeling your pain there. I host about eight sites for other people and groups there so I've learned through the pain how to get where I need to go.
First off, back up your database!!!
(I'm doing this from memory, so some of the steps might be just a bit off)
- Log into GoDaddy with your administrative credentials.
- HOVER (don't click) over the Hosting button on the horizontal green bar.
- Click the first link in the drop down menu to get to your hosting account.
- On the new window, click the Manage Account link next to the name of the site you want to work with.
- You should see a bunch of grey bars now, one of which says something like Database. Click it.
- Click the SQL Server icon.
- Now, you should see your database with a really cryptic name (since you did the autosetup). To the right of that, you'll see a "pencil" icon. Click that.
- In the upper left you will see a bunch of Icons, the first of which says something like Backup. Click it.
- Now, go watch a movie or go fishing. It will take two to two and a half hours for this backup to finish. When it is done, you will have a folder called _db_backups in your webroot, and inside that folder is a backup of your database.
To update:
"Just install as normal PA." by normal do they mean as a clean install?
Where are you seeing this? This isn't in the install.txt file I have.
dotnetnuke directory? How do I get into that on GoDaddy? Have I already used it for something else and just thought of it as something different?
I seriously doubt you're using DotNetNuke but you could be. I've never used it and can't really help you there. DotNetNuke is sort of a website building framework that helps people build fairly robust web sites on Microsoft's .Net platform with relative ease.
Are you doing something like that? Or is the YAF forum pretty much your whole site?
"Update your database by executing the SQL provider files "*.sql"" How do I do that serverside with godaddy
Again, this isn't in my install.txt for 1.9.3, so I'm not sure what you are reading. But, if you need to run queries on GoDaddy for SQL Server, get back to the screen mentioned above where the pencil is.
- Don't click the pencil yet. See the cryptic name for your database? Drag over that to highlight it and copy that name. That's your login to your DB.
- Now click the pencil.
- Click the button on the upper right that says something like Manage, or Open.
- You should be at the login screen now. Paste the cryptic DB name and enter your DB password. (If you don't remember your DB password, you can reset it on the previous window that should be behind the one you're on now. There is a Password icon up there next to the one you used to back up your DB.
- Click the connect button.
What you should see now is a web interface for messing up your database!! 😁
Actually, I've used it a lot, and it works pretty well. In the left frame or panel, toward the bottom you'll see a link to a Query Analyzer. That's where you'll run any queries you need to run.
"Edit the dnnyafnet.config file and change the "connstr" settings to the correct values for your database." How do I know what the correct values are?
Oy! Ummm, well, this is a tough one, again, because I don't know DotNetNuke, but I can tell you what my connect string for my db.config in YAF looks like and where you can find your own values.
First, get to the screen with the pencil and click it. The new window will have your values.
You need
Host NameDatabase NameUser NameThis is from my db.config:
"Merge .config changes by viewing dnn.config. Then copy the dnnyafnet.config to your DNN root directory." Viewing it... through a browser post installation?
Oh, no. You'll have a much easier time dealing with any file edits locally and then FTPing them to your site. If you don't have an FTP client, there are a lot of free ones available online. I use one called Core FTP Lite and love it. If you don't want to install an FTP Client, GoDaddy supplies one in your Site Manager.
- Get back to the screen on your hosting account that has all the grey bars. There is one called Content or something like that. Click it.
- There is a button that says something like FTP Client. Click it.
- You'll get a new window with your local files on the left, and your web site's files on the right. YOu can transfer files back and forth in this little tool. Work FAST!! It times out really quickly and you have to re-open it and navigate back to where your files are. It's not a very good client, but it works in a pinch!
Really, I hate to say it, but I need the idiot's version.
No, not at all. This stuff is confusing.
Is it possible to take out the current messed up install, the database, let GoDaddy AutoInstall 1.9.3 and then restor the old database into it? Just bringing the database up to date?
I don't know with certainty, but I really doubt it. There are likely updates to the database structure/design that you would lose by restoring your old data. The database is not likely to be what's causing you difficulty. Mine updated just fine so far as I can tell. What's killing me is the config files. I still have not resolved those issues.
Good luck with this!!
Edited by user
12 years ago
|
Reason: Not specified