In Plesk server by mistake deleted domain - vps

I deleted in my CentOs VPS 1 domain accidentally and i have no backup.. is it possible to restore the domain and the DB by server side?
Thank you.

You should have a daily database backup, which you could restore. Consider to have a look at "/var/lib/psa/dumps", where you will find the backups.
A documentation/tutorial from Plesk how you would restore the backup could be found here:
=> How to backup/restore a Plesk database dump? ( Official Plesk - KB - article 213904125 )

Related

OBIEE configuration

I have my current OBIEE installed in a linux server under oracle directory. Now the current warehouse (ODI and data storage ) has moved to AWS.Can I change any configuration file within this installation to point to the warehouse tables in AWS instead?
I know my articulation of the problem is bit confusing. I will be happy to clarify if needed.
Thanks
Shortcutting your assumed answer:
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.Oracle.html#CHAP_GettingStarted.Connecting.Oracle
Creating connection pools: https://docs.oracle.com/cd/E29542_01/bi.1111/e10540/conn_pool.htm#BIEMG1262

How to upload magento website to my godaddy windows hosting?

I have created a magento store on my laptop on localhost now i want to host this store on my godaddy hosting(Windows) how can i do this ?
moving files and database
I assume these two steps are obvious:
copy all of your local files to production server
dump your magento local db and import it into your production server db
editing in production server
now on your production server you need to follow these two steps:
edit app/etc/local.xml file and change database info
in production db,in its core_config_data table, you should find every records containing the url of your local installation, then you need to update those values;which can be found with this query:
SELECT *
FROM `core_config_data`
WHERE `value` LIKE 'http://%';
edit (thanks to comments):
3. Do not forget to delete var folder contents

Oracle Advanced Replication - Remote Packages Under Permanent Access

As descriped in the documentation it seems to be possible to replicate packages (spec and body) beside other database objects. But what will happen if the packages of the remote database (slave) are under permanent access? Is a replication under such circumstance possible too? I didn't find any hint in the documentation.
Many thanks in advance

appharbor sqlserver setup help - creating a database gets permission denied in database master

I am trying to set up my sql server database on harbor. I added Shared Microsoft SQL Server as a service. I connected to the db using ms sql server management studio.
Whenever i am trying to create a database locally I get permission denied in database master.
I tried to search on your Appharbor site and stackoverflow for answers but I am stuck.
Can you please help?
You can't create new databases other that the one you start with. If you've deleted that, please remove and re-add the add-on.

Installing Oracle 10g server where there is already a client?

i have a Windows Server on which there is already a Oracle 10g client with tnsnames.ora and access to many databases.
I would like to install a Oracle 10g server on it..
Will it break the current Client configuration ? will i have several tnsnames.ora ?
how will i have to manage databases created on this server ?
Thanks
There are a lot of ways to do this.
We chose:
/oracle/home/product/10.2.0/db_1[server code & install]
/oracle/home/product/10.2.0/client_1[client software & install]
Unless the server needs db links to everything, we limit the db_1 tree's tnanames.ora file to whatever db's we will have running on that box only.
The client_1 tree needs to know about everything out there. We have a single tnsnames.ora that is installed on every client. It has all of the db's.
I have no idea what managmement tasks you will need. Setting up and sizing schema objects (tables) comes to mind.

Resources