the dbname option disappeared
I have justed checked out the Feb2013 release and noticed that the dbname option is gone, is there a substitute? Stefan _______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
Hello Stefan, On 04/01/13 12:10, Stefan de Konink wrote:
I have justed checked out the Feb2013 release and noticed that the dbname option is gone, is there a substitute?
Could you please be more specific? Where should the dbname option be gone, in mclient, some language binding etc.? Thanks, Hannes _______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2013-01-04 12:10, Stefan de Konink wrote:
I have justed checked out the Feb2013 release and noticed that the dbname option is gone, is there a substitute?
- --dbpath=/full/pathname/to/database/directory - -- Sjoerd Mullender -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iQCVAwUBUOa+Yz7g04AjvIQpAQKIEAQAqE7Ltjk9ge3kYFWapBM5DALiMbmMpRyr J0EQUS6o9G7YS99rGLwG5XBXhu5ebgZOUia6eaqSCBqFaaWF8/k1Z6/HBGrIidjj GlNDMuP1tWOUenVYQ4CK9d2OYwBnFhrqZj/VEUSFX+ZDNe1Wehr3W+FShdQcEXVi KvxlvjeXj18= =ZXy5 -----END PGP SIGNATURE----- _______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
On 01/04/13 12:35, Sjoerd Mullender wrote:
On 2013-01-04 12:10, Stefan de Konink wrote:
I have justed checked out the Feb2013 release and noticed that the dbname option is gone, is there a substitute?
--dbpath=/full/pathname/to/database/directory
The database is called 'demo' is that as expected? Stefan _______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
On 01/04/13 12:36, Stefan de Konink wrote:
On 01/04/13 12:35, Sjoerd Mullender wrote:
On 2013-01-04 12:10, Stefan de Konink wrote:
I have justed checked out the Feb2013 release and noticed that the dbname option is gone, is there a substitute?
--dbpath=/full/pathname/to/database/directory
The database is called 'demo' is that as expected?
I see that demo also disappears with --dbpath now. I guess this will going to break some systems. Stefan _______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
Changes are documented --- cf. `mserver5 --help`, `man mserver5`, `cat monetdb5/ChangeLog.Feb2013` --- and we expect that users upgrading to a new feature release do read release notes (incl. change logs) and can update their systems around MonetDB accordingly. When using monetdbd & monetdb, these changes are hidden. S. ----- Original Message -----
On 01/04/13 12:36, Stefan de Konink wrote:
On 01/04/13 12:35, Sjoerd Mullender wrote:
On 2013-01-04 12:10, Stefan de Konink wrote:
I have justed checked out the Feb2013 release and noticed that the dbname option is gone, is there a substitute?
--dbpath=/full/pathname/to/database/directory
The database is called 'demo' is that as expected?
I see that demo also disappears with --dbpath now. I guess this will going to break some systems.
Stefan
_______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
On 01/04/13 12:58, Stefan Manegold wrote:
Changes are documented --- cf. `mserver5 --help`, `man mserver5`, `cat monetdb5/ChangeLog.Feb2013` --- and we expect that users upgrading to a new feature release do read release notes (incl. change logs) and can update their systems around MonetDB accordingly.
Usage: ./mserver5 [options] [scripts]
--dbpath=<directory> Specify database location
vs
Usage: /opt/monetdb-augustus/bin/mserver5 [options] [scripts]
--dbname=
I have to agree that these slightly often changes in the command line
options are confusing for the users and not really obvious what purpose
they serve (another example was the removal of the passwd option).
I agree that are minor things, but a consistency on the command line
interface would have been desirable, or at least keep backwards
compatibility.
that's just my thoughts.
lefteris
On Fri, Jan 4, 2013 at 1:08 PM, Stefan de Konink
On 01/04/13 12:58, Stefan Manegold wrote:
Changes are documented --- cf. `mserver5 --help`, `man mserver5`, `cat monetdb5/ChangeLog.Feb2013` --- and we expect that users upgrading to a new feature release do read release notes (incl. change logs) and can update their systems around MonetDB accordingly.
Usage: ./mserver5 [options] [scripts] --dbpath=<directory> Specify database location
vs
Usage: /opt/monetdb-augustus/bin/mserver5 [options] [scripts] --dbname=
Specify database name --dbfarm=<directory> Specify database location It would have been nice if the dbname and or dbfarm options were used, the user was proactively informed about the deprecation. I don't see why all in a rush a commandline argument had to be changed -- what does it fix?
Also the commit message is wrong (dbpath => dbfarm): http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6ce49316d14f
Stefan _______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
passwd was removed for security reasons. dbfarm & dbname were unified to dbpath to facility multifarm functionality. We try to stay consistent and keep look&fell, but not it this means security holes or blocking progress. Stefan ----- Original Message -----
I have to agree that these slightly often changes in the command line options are confusing for the users and not really obvious what purpose they serve (another example was the removal of the passwd option).
I agree that are minor things, but a consistency on the command line interface would have been desirable, or at least keep backwards compatibility.
that's just my thoughts.
lefteris
On Fri, Jan 4, 2013 at 1:08 PM, Stefan de Konink
wrote: On 01/04/13 12:58, Stefan Manegold wrote:
Changes are documented --- cf. `mserver5 --help`, `man mserver5`, `cat monetdb5/ChangeLog.Feb2013` --- and we expect that users upgrading to a new feature release do read release notes (incl. change logs) and can update their systems around MonetDB accordingly.
Usage: ./mserver5 [options] [scripts] --dbpath=<directory> Specify database location
vs
Usage: /opt/monetdb-augustus/bin/mserver5 [options] [scripts] --dbname=
Specify database name --dbfarm=<directory> Specify database location It would have been nice if the dbname and or dbfarm options were used, the user was proactively informed about the deprecation. I don't see why all in a rush a commandline argument had to be changed -- what does it fix?
Also the commit message is wrong (dbpath => dbfarm): http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6ce49316d14f
Stefan _______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
_______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
participants (5)
-
Hannes Mühleisen
-
Lefteris
-
Sjoerd Mullender
-
Stefan de Konink
-
Stefan Manegold