Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6101097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:27:41+00:00 2026-05-23T13:27:41+00:00

We have a small company and we have developed our own CMS in PHP/MySQL.

  • 0

We have a small company and we have developed our own CMS in PHP/MySQL.
The code is stored in local files and in the database.

We’d like to be able to update the code of the CMS on our client’s servers.
This process should be semi-automatic, once we ‘publish’ the update, the code gets replaced on the client’s server and in the database.

I was thinking about using Bazaar in combination with Bazaar Upload. This would take care of the files.
But what about the database? Is there a standard method already available or should I upload a .sql file that gets installed when a user logs in to the CMS?

Thanks in advance for your suggestions!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T13:27:42+00:00Added an answer on May 23, 2026 at 1:27 pm

    Use combination of SVN/SVN and Cron

    use install package (.rpm,.sh,.deb, whatever) and setup cron job to run your update script

    UML:

    #!/bin/sh
    fetch $version
    if(version > current_version); do
        cd /path/on/client/server
        svn update
        /path/on/client/server/update_script.sh
    done;
    

    where update_script.sh will take care about whatever you need (sql,cron,files,certificates, …)

    Second variant

    You can use something like fake cron job

    In Administration you can create “Autoupdate” feature, which can be triggered by button/link or by timer. Timer is activated by running autoupdate script after login to CMS Administration

    Simple check time from last update check and perform download of files, running .sql scripts or whatever you need.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have developed a small addon we use internally at our company. It's hosted
We are starting to develop a small framework in our company, to share code
Our company, being rather small, doesn't have much in the way of policies and
I have built an ERP for a small company using MS-Access (front end) and
I have a small website for a company that have 40-50 product. The site
I am working with a small theatre company. Currently they have a list of
I have small database of business and their addresses. Using the Google Geocode API
I developed a (small) company website in Visual Studio, and I'm addicted to learning
I'm not a programmer, but I developed a small company website in Visual Studio.
I have just started working with a new company in a very small IT

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.