Hi, we copied the database to the live system and transfer the filesystem, but in umbraco backend the new content is not updated!
Can you please help me, what i am doing wrong? I've already restarted the server
Yes, the web.config pointed to the right database. We think that Azure doesn't export the database correctly, because with the test-db it is working now. thank you for your support. If you have experience with database migration witz azure, please let me know ;)
let me suggest that you make a copy of the test db on the azure account, and change your web.config file.
Then to make sure, create some dummy content to ensure that you db is actually being updated. Otherwise you may have permissions issues related with db accounts.
copy database to live - problems
Hi, we copied the database to the live system and transfer the filesystem, but in umbraco backend the new content is not updated! Can you please help me, what i am doing wrong? I've already restarted the server
Probably the cache which is still there. Have you tried removing the following files?
Damiaan
I deleted them, but it its not working :( It is still the old content
Oh. just read backend. Are you sure your web.config is pointing to the right database?
Yes, the web.config pointed to the right database. We think that Azure doesn't export the database correctly, because with the test-db it is working now. thank you for your support. If you have experience with database migration witz azure, please let me know ;)
Are you using SQL azure or a compact db?
We are using SQL Azure
Hi Nadine,
let me suggest that you make a copy of the test db on the azure account, and change your web.config file.
Then to make sure, create some dummy content to ensure that you db is actually being updated. Otherwise you may have permissions issues related with db accounts.
cheers
is working on a reply...