Mobile app version of vmapp.org
Login or Join
Connie744

: Trying to change web development companies - what assets do we need from the old company to change? My company is changing our web dev company, as the current one is being non-responsive. We

@Connie744

Posted in: #Domains #WebDevelopment

My company is changing our web dev company, as the current one is being non-responsive. We currently only have access to our Wordpress interface. What do we need to get from them to be able to change? I am assuming server access, control panel access, change the domain registration, assets, and source code. Is there anything I am missing? Sorry if this is a clueless question, but no one at our company has webmastering or dev experience.

Thanks!

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Connie744

2 Comments

Sorted by latest first Latest Oldest Best

 

@Voss4911412

At minimum you will need ftp access to download your website code/media/files/etc , and also a backup of the database in sql format (.sql).

If you want to keep the domain name you will need to have the new web host transfer it.

10% popularity Vote Up Vote Down


 

@Cofer257

You will definitely need control of the domain name. You can get the current company to initiate a transfer to the account/registrar the new company uses, although you may feel more secure setting up your own account with a domain registrar so you have full control. (For example if the new company were to also become unresponsive down the line you could easily set up new hosting and point the domain there instead.)

For the hosting, it depends on what exactly is the current setup, and how you want the new setup to be. For example, if the current company has unique hosting for your site (e.g. a dedicated server) they may just need to hand over the account details and you can continue with that. You or the new dev company would need to add their own payment method and obviously change the username/password for the account.

Most likely they are hosting multiple sites on one server. In this case you'll need to obtain all the code and files that are on the server, plus a backup of the database. If you're using Wordpress this will be MySQL code in a .sql file (or compressed/zipped version thereof). Then the code will need to be uploaded to a new server, database restored, and the domain name pointed to that server. The new company should be able to handle that for you.

As it's a Wordpress site that should be all you need. Direct server access or control panel access is probably not necessary, assuming the old company cooperates and hands over what you ask for. The only other thing I can think of that could get missed is a "cron job", which is a script or program set to run separately, independently of the website. Often they are used for nightly backups.

In summary, you'll need:


Domain name
Website code
Assets and other files (images, CSS, JavaScript, PDFs etc)
MySQL database backup
Cron jobs or any other vital software running on the server

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme