Package Details: cubesql 5.9.0-1

Git Clone URL: https://aur.archlinux.org/cubesql.git (read-only, click to copy)
Package Base: cubesql
Description: cubeSQL is a relational database management system built on top of the sqlite database engine.
Upstream URL: http://www.sqlabs.com/cubesql.php
Licenses: custom:cubesql
Submitter: spheenik
Maintainer: spheenik
Last Packager: spheenik
Votes: 1
Popularity: 0.000000
First Submitted: 2016-09-30 16:49 (UTC)
Last Updated: 2022-06-28 08:55 (UTC)

Latest Comments

1 2 Next › Last »

spheenik commented on 2022-06-28 08:57 (UTC)

@archtom: updated the build to use the new version.

archtom commented on 2020-02-21 15:04 (UTC)

@spheenik: Thanks for the nice update ;)

spheenik commented on 2020-02-15 18:26 (UTC) (edited on 2020-02-15 18:26 (UTC) by spheenik)

I just revamped the complete package, so that the service does not run as root anymore. ATTENTION: If you are upgrading from a previous version, do these steps to update:

  • stop cubesql
  • update cubesql
  • mv /etc/opt/cubesql.settings /var/lib/cubesql
  • rm -r /etc/opt
  • chown -R cubesql:cubesql /var/lib/cubesql/*
  • start cubesql

archtom commented on 2020-01-08 09:58 (UTC) (edited on 2020-01-09 08:43 (UTC) by archtom)

Currently the installation fails during sha256 check. I don't know if this is the reason, but the download changed to cubesql_linux64bit.tar.gz.

Thanks in advance for updating the PKGBUILD.

Harvey commented on 2019-07-22 10:05 (UTC)

Ok, here we go. As mine consists of more files, here is the download link to a compressed zip file.

https://gofile.io/?c=yOiCRg

Comments welcome ;)

archtom commented on 2019-07-22 08:15 (UTC) (edited on 2019-07-22 08:15 (UTC) by archtom)

I personally improved my package, too. This is my cubesql.service file.

[Unit]

Description=cubesql service

After=network.target

[Service]

ExecStart=/opt/cubesql/cubesql

ExecReload=/usr/bin/killall cubesql

ExecReload=/opt/cubesql/cubesql

[Install]

WantedBy=multi-user.target

spheenik commented on 2019-07-20 06:32 (UTC)

@Harey: Why not share your improved package, then?

Harvey commented on 2019-07-18 07:50 (UTC) (edited on 2019-07-18 07:51 (UTC) by Harvey)

@archtom: Well, this does not make any sense to me especially on a headless server, but.. it's just my two cents. Maybe we should ask Marco Bambini what he thinks about that. Please note as well that there is a standalone download for CubeSQL Admin on the website and the Admin apps is open source despite to the server itself. Mixed licenses in a package is no good style as well IMHO. There are some other glitches in this package: The server runs with root privileges which is absolutely unneccessary and a security problem. The systemd service file lacks start and restart commands and some other entries: I have made my own package for now.

archtom commented on 2019-07-17 16:23 (UTC)

@Harey: I think the package should stay as close to its original as possible and have all components the original installer has, too. Therefor I think everything should be included as it is now.

Harvey commented on 2019-07-17 07:59 (UTC)

This is a server installation. I feel it does not make sense to include a GUI (cubesqladmin) in here. Would be better to make an independent package to install on another machine so it can be used over the network. The admin app indeed is able to connect to multiple cubeSQL servers on different machines.