upgrade multiple wordpress at once?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • roly
    Confirmed User
    • Aug 2002
    • 1844

    #1

    upgrade multiple wordpress at once?

    hi

    has anyone got any solutions for updating numerous wordpress blogs in one go? i don't want to use wordpress.mu i'm looking for a script or something that rather than logging into each one and upgrading i can just run a script with my list of blogs and it will upgrade automatically?

    thanks in advance
  • Markul
    Likes Pie
    • Dec 2007
    • 12403

    #2
    I have a guy looking into this, the first solution we tried were cost pr. blog and that's not feasible, so we'll probably write our own plugin.

    If you send me a mail ( info att eroticjunkie dott com) I'll update you next week when he's back on the job.
    But.... I pulled out...

    Comment

    • FoxtrotAlpha
      Registered User
      • Jul 2012
      • 104

      #3
      Someone posted a link to a script/panel which did this, iirc.

      I was considering developing something to do it but assumed it'd already been done. If not, then I might have a discussion about it next time i'm at the office.
      Experienced Programmer - ICQ: 601958502
      Wordpress, PHP, JS, jQuery, HTML, CSS, etc
      9 Years of Experience, 10+ languages.

      Comment

      • Kiopa_Matt
        Confirmed User
        • Oct 2007
        • 1448

        #4
        http://xmarkpro.com/

        100% stable, tested, and solidified. Everything you need to manage a blog network, plus more. Free 15 day trials available, so give it a spin!
        xMarkPro -- Ultimate Blog Network Management
        Streamline your marketing operations. Centralize management of domains, pages, Wordpress blogs, sponsors, link codes, media items, sales and traffic statistics, plus more!

        Comment

        • fris
          Too lazy to set a custom title
          • Aug 2002
          • 55679

          #5
          Originally posted by roly
          hi

          has anyone got any solutions for updating numerous wordpress blogs in one go? i don't want to use wordpress.mu i'm looking for a script or something that rather than logging into each one and upgrading i can just run a script with my list of blogs and it will upgrade automatically?

          thanks in advance
          http://managewp.com for paid service

          http://infinitewp.com for self hosted
          Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

          Comment

          • Brujah
            Beer Money Baron
            • Jan 2001
            • 22157

            #6
            * A shell script could do this for you.
            * You could put your wp installs into a version controls system like SVN or GIT and update them with that.

            Comment

            • Markul
              Likes Pie
              • Dec 2007
              • 12403

              #7
              Originally posted by fris
              [url]http://infinitewp.com for self hosted
              Thanks man!!
              But.... I pulled out...

              Comment

              • TubeSubmitters
                Confirmed User
                • Aug 2006
                • 2683

                #8
                http://infinitewp.com works great for this like fris posted
                Buying sites with income, paying by paxum, hit me up

                Comment

                • fris
                  Too lazy to set a custom title
                  • Aug 2002
                  • 55679

                  #9
                  Originally posted by Brujah
                  * A shell script could do this for you.
                  * You could put your wp installs into a version controls system like SVN or GIT and update them with that.
                  thats more advanced though ;)

                  i have a new bash script you might like though.
                  Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                  Comment

                  • Brujah
                    Beer Money Baron
                    • Jan 2001
                    • 22157

                    #10
                    Originally posted by fris
                    thats more advanced though ;)

                    i have a new bash script you might like though.
                    I use a bash script for my updates. I still have to visit the dashboard though, so haven't mastered that requisite yet.

                    Comment

                    • fris
                      Too lazy to set a custom title
                      • Aug 2002
                      • 55679

                      #11
                      Originally posted by Brujah
                      I use a bash script for my updates. I still have to visit the dashboard though, so haven't mastered that requisite yet.
                      mind sending me a link? wouldnt mind taking a peak
                      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                      Comment

                      • roly
                        Confirmed User
                        • Aug 2002
                        • 1844

                        #12
                        Originally posted by fris
                        http://managewp.com for paid service

                        http://infinitewp.com for self hosted
                        that's great thanks works perfect, this is going to save me so much time. thanks for everyone else input too

                        Comment

                        • Brujah
                          Beer Money Baron
                          • Jan 2001
                          • 22157

                          #13
                          Originally posted by fris
                          mind sending me a link? wouldnt mind taking a peak
                          mine isn't flexible enough for re-use, but i'm thinking of switching to this:
                          https://github.com/wp-cli/wp-cli

                          then in any wp folder, it's just a:
                          wp core update
                          wp core update-db

                          etc.

                          Code:
                          $ wp help
                          Available commands:
                              wp core [download|config|install|install_network|version|update|update_db]
                              wp db [create|drop|optimize|repair|connect|cli|query|export|import]
                              wp eval-file [bindTo]
                              wp eval [bindTo]
                              wp export [validate_arguments]
                              wp generate [posts|users]
                              wp home [bindTo]
                              wp option [add|update|delete|get]
                              wp plugin [activate|deactivate|toggle|path|update|uninstall|delete|status|install]
                              wp post-meta [get|delete|add|update]
                              wp post [create|update|delete]
                              wp theme [activate|path|delete|status|install|update]
                              wp transient [get|set|delete|type]
                              wp user-meta [get|delete|add|update]
                              wp user[list|delete|create|update]
                          
                          See 'wp help <command>' for more information on a specific command.
                          
                          Global parameters:
                              --user=<id|login>   set the current user
                              --url=<url>         set the current URL
                              --path=<path>       set the current path to the WP install
                              --require=<path>    load a certain file before running the command
                              --version           print wp-cli version
                          
                          $ wp core version
                          3.4.1
                          Last edited by Brujah; 07-22-2012, 05:31 PM.

                          Comment

                          • fris
                            Too lazy to set a custom title
                            • Aug 2002
                            • 55679

                            #14
                            Originally posted by Brujah
                            mine isn't flexible enough for re-use, but i'm thinking of switching to this:
                            https://github.com/wp-cli/wp-cli

                            then in any wp folder, it's just a:
                            wp core update
                            wp core update-db

                            etc.

                            Code:
                            $ wp help
                            Available commands:
                                wp core [download|config|install|install_network|version|update|update_db]
                                wp db [create|drop|optimize|repair|connect|cli|query|export|import]
                                wp eval-file [bindTo]
                                wp eval [bindTo]
                                wp export [validate_arguments]
                                wp generate [posts|users]
                                wp home [bindTo]
                                wp option [add|update|delete|get]
                                wp plugin [activate|deactivate|toggle|path|update|uninstall|delete|status|install]
                                wp post-meta [get|delete|add|update]
                                wp post [create|update|delete]
                                wp theme [activate|path|delete|status|install|update]
                                wp transient [get|set|delete|type]
                                wp user-meta [get|delete|add|update]
                                wp user[list|delete|create|update]
                            
                            See 'wp help <command>' for more information on a specific command.
                            
                            Global parameters:
                                --user=<id|login>   set the current user
                                --url=<url>         set the current URL
                                --path=<path>       set the current path to the WP install
                                --require=<path>    load a certain file before running the command
                                --version           print wp-cli version
                            
                            $ wp core version
                            3.4.1
                            ya i already use wp-cli
                            Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                            Comment

                            • SNRProductions
                              President SNRProductions
                              • Jul 2006
                              • 703

                              #15
                              Originally posted by fris
                              http://managewp.com for paid service

                              http://infinitewp.com for self hosted
                              I use wordpress MU on some of my blogs but there are others that I have that aren't attached. Going to try infinitewp, thank you

                              Popular gay blog with a 40 DA, quality US-based traffic: GayBodyBlog Tabs, links, posts, all available. Get free traffic: DudeDump and FemaleUpdate

                              Comment

                              • fris
                                Too lazy to set a custom title
                                • Aug 2002
                                • 55679

                                #16
                                managewp.com allows 5 free sites
                                Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                                Comment

                                Working...