Welcome to Geeklog, Anonymous Thursday, April 25 2024 @ 11:19 am EDT

News

Design Concepts for GL2

  • Wednesday, February 20 2002 @ 03:10 pm EST
  • Contributed by:
  • Views: 6,177
Announcements

I've drawn up a dummy of an example story/article for GL v2. It's only a model, it's very OSXish (another skin I'm playing with) but it does give a feel for what is possible. It is quite 'busy' .. in that there is alot on the screen, but it's more a show of what is viable with a unified content thread and data model. Anyway, just Read more to see the graphic.

1.3.2 Beta 1 Ready!

  • Tuesday, February 12 2002 @ 10:21 am EST
  • Contributed by:
  • Views: 5,814
Announcements Ok, the actual code base for 1.3.2 has been ready for some time but we've completely rewritten the installer. I've had more complaints than I can count about the 1.3.1 installer not working on Windows or not working on hosted environments. This release aims to fix that.

The 1.3.2 beta 1 will only do a fresh installation. We will be adding the upgrade paths to the beta 2 due out later this week. We need as many of you as we can get to download and test this. Please send any feedback to the geeklog-devel mailing list. You can get the downloads in tarball OR zip format from our download page.

Backing Up Geeklog

  • Thursday, February 07 2002 @ 12:57 pm EST
  • Contributed by:
  • Views: 10,796
Geeklog.net From time-to-time on the geeklog-devel mailing list I see questions about backing up MySQL databases. The answer is pretty simple, write a shell script to do this for you, add it to your crontab or put it in one of the /etc/cron.* directories.

As some of my already know, you can use PHP as a shell scripting language. While as a pure shell language it lacks some of the power of, say, Bash, it is still a viable option for the PHP coder.

This script is a PHP shell script I wrote that will back up a MySQL database. If you already have PHP compiled as a CGI on your system (see php.net's install docs for how to do that) then you can drop this in and it should work fine. The script keeps 7 daily backups, 4 weekly backups and 12 monthly backups which should make recovery much simpler.

In addition to the PHP CGI, you will need tar because the script will compress the database backups. For a point of reference, on my Geeklog database of over 500 stories and 450 users a backup is 1.6MB and only 515KB compressed. Give it a try and let me know what you think!

Page navigation