Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Best Development, Backup and Testing stratagy?

  • 03-12-2009 4:53pm
    #1
    Registered Users, Registered Users 2 Posts: 1,747 ✭✭✭


    Hi guys, I am looking for some pointers on the optimum set up for ongoing development of a web app.

    Development in this case is happening between two teams in two offices and I want to try and keep the system independent of both and I am thinking of using the VPS offerings from Blacknight.


    What I am thinking:

    Original site live site on VPS1
    Development server is VPS2 and is used for testing before deployment to VPS1.
    Backups of VPS1 are sent to VPS2 regularly.
    SVN is set up on VPS2 for both teams to access.
    Regular backups of SVN are saved locally by both development teams.

    Is there a better more optimum way of running this?

    Thanks,
    Alan


Comments

  • Registered Users, Registered Users 2 Posts: 2,164 ✭✭✭hobochris


    Id recommend a 3 tier system.

    -Live.
    -Test.
    -Dev.

    Each with its own servers and with dev using SVN.

    Obviously your teams work mostly in dev and work towards getting product into test, once in test it is reviewed is successful it goes live otherwise its bounced back to dev.

    Backups of live will be in Dev and Test.


  • Registered Users, Registered Users 2 Posts: 1,747 ✭✭✭Figment


    Great thanks for that hobochris


  • Registered Users, Registered Users 2 Posts: 379 ✭✭TheWaterboy


    Yes I would agree with HoboChris - I think its very difficult to test code properly without a dedicated test server especially when you have two teams in different offices.
    hobochris wrote: »
    Id recommend a 3 tier system.

    -Live.
    -Test.
    -Dev.

    Each with its own servers and with dev using SVN.

    Obviously your teams work mostly in dev and work towards getting product into test, once in test it is reviewed is successful it goes live otherwise its bounced back to dev.

    Backups of live will be in Dev and Test.


  • Registered Users, Registered Users 2 Posts: 8,028 ✭✭✭Trampas


    Make sure your restores work.

    The back ups always work but the restores is where the problem is ;)

    Good change control system.

    In testing try and do a load test as you never get this in dev and uat like you do in production.


Advertisement